Nyström approximation
#linear_algebra #approximation_algorithms #machine_learning
Overview
Suppose matrix matrix, , which is real symmetric or complex Hermitian, and positive semidefinite. Then, for an arbitrary test matrix , define the Nyström approximation to be
(note: for a matrix , can replace Moore-Penrose pseudoinverse with matrix inverse if is invertible; denotes conjugate transpose)
or in terms of sketch matrix ,
Notes
- (why do this?) obtains a -rank approximation (low-rank approximation)
References
- https://andrewcharlesjones.github.io/journal/nystrom-approximation.html
- https://www.ethanepperly.com/index.php/2022/10/11/low-rank-approximation-toolbox-nystrom-approximation/
- R. Xu and Y. Lu, “What is a Sketch-and-Precondition Derivation for Low-Rank Approximation? Inverse Power Error or Inverse Power Estimation?,” May 22, 2025, arXiv: arXiv:2502.07993. doi: 10.48550/arXiv.2502.07993.